Skip to content

Conversation

@nitinp19
Copy link
Contributor

We have enabled run native environmental variable which will let the user to run gradle native command. If the environmental variable is enabled, we will run the native flow.

@nitinp19 nitinp19 added safe to test Approve running integration tests on a pull request and removed safe to test Approve running integration tests on a pull request labels Dec 17, 2025
@nitinp19 nitinp19 added safe to test Approve running integration tests on a pull request and removed safe to test Approve running integration tests on a pull request labels Dec 18, 2025
@github-actions
Copy link
Contributor

👍 Frogbot scanned this pull request and did not find any new security issues.


@nitinp19 nitinp19 added safe to test Approve running integration tests on a pull request and removed safe to test Approve running integration tests on a pull request labels Jan 5, 2026
@nitinp19 nitinp19 added safe to test Approve running integration tests on a pull request and removed safe to test Approve running integration tests on a pull request labels Jan 6, 2026
Comment on lines 3 to 8
/**
* Simple example class for the gradle test project.
* Note: We intentionally don't use JUnit here because dependency resolution
* may not work when the JFrog Gradle plugin configures the resolver to use
* the test Artifactory repository (which may not have JUnit cached).
*/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/**
* Simple example class for the gradle test project.
* Note: We intentionally don't use JUnit here because dependency resolution
* may not work when the JFrog Gradle plugin configures the resolver to use
* the test Artifactory repository (which may not have JUnit cached).
*/
// Simple example class for the gradle test project.
// Note: We intentionally don't use JUnit here because dependency resolution
// may not work when the JFrog Gradle plugin configures the resolver to use
// the test Artifactory repository (which may not have JUnit cached).

@nitinp19 nitinp19 added safe to test Approve running integration tests on a pull request and removed safe to test Approve running integration tests on a pull request labels Jan 6, 2026
return cleanedArgs, serverDetails, nil
}

serverDetails, err := coreConfig.GetSpecificConfig(serverID, true, true)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line should be before serverDetails, err := coreConfig.GetDefaultServerConf() condition. Extracting Default Server should be last option.

@nitinp19 nitinp19 added safe to test Approve running integration tests on a pull request and removed safe to test Approve running integration tests on a pull request labels Jan 7, 2026
@nitinp19 nitinp19 added safe to test Approve running integration tests on a pull request and removed safe to test Approve running integration tests on a pull request labels Jan 7, 2026
@nitinp19 nitinp19 enabled auto-merge (squash) January 7, 2026 05:39
@nitinp19 nitinp19 disabled auto-merge January 7, 2026 05:40
@nitinp19 nitinp19 merged commit 18efd23 into jfrog:master Jan 7, 2026
73 of 74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

safe to test Approve running integration tests on a pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants